getSequence

abstract fun getSequence(): Int

Gets the z-order (stacking order) sequence of the module.

Modules with higher sequence numbers are generally displayed on top of (in front of) modules with lower sequence numbers if they overlap. This determines visibility when modules occupy the same screen space.

Return

The integer representing the z-order sequence.